home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Amos / AMOSList-1297 / AMOSLIST / 000169_timoeng@hem1.passagen.se_Fri Dec 19 15:04:49 1997.msg < prev    next >
Text File  |  1998-06-24  |  2KB  |  54 lines

  1. >From timoeng@hem1.passagen.se  Fri Dec 19 15:04:49 1997
  2. Received: from Grynet.passagen.se (grynet.passagen.se [194.17.55.99])
  3.     by pony-1.mail.digex.net (8.8.8/8.8.8) with ESMTP id PAA24822
  4.     for <amos-request@access.digex.net>; Fri, 19 Dec 1997 15:04:48 -0500 (EST)
  5. Received: from [130.239.8.213] (ipcs5-15.modem.umu.se [130.239.8.213])
  6.     by Grynet.passagen.se (8.8.6/8.8.6) with SMTP id VAA06233
  7.     for <amos-request@access.digex.net>; Fri, 19 Dec 1997 21:04:45 +0100 (MET)
  8. Message-Id: <199712192004.VAA06233@Grynet.passagen.se>
  9. Subject: New Extension
  10. Date: Fri, 19 Dec 97 21:04:53 +0100
  11. x-mailer: Claris Emailer 2.0v2, June 6, 1997
  12. From: Timo Engman <timoeng@hem1.passagen.se>
  13. To: "AMOS Mailing List" <amos-request@access.digex.net>
  14. Mime-Version: 1.0
  15. Content-Type: text/plain; charset="US-ASCII"
  16. Status: RO
  17. X-Status: 
  18.  
  19. Hello.
  20.  
  21. I'm Timo Engman, and programming a new extension - which is called 
  22. "Second-Hand Extension", the current version is 0.01d6 but please, all 
  23. AMOSPro users - mail me and let me hear if I may add new commands to this 
  24. extension that the users want...For now, the extension have five commands 
  25. :-) pretty lame. But i learning how to program the graphics...
  26.  
  27. Bmove x,x - move bytes quick as hell much faster than Poke (no checking)
  28. Wmove x,x - same here but words much faster than Doke
  29. Lmove x,x - same here but longwords , faster than Loke
  30.  
  31. I mean 4-5 times faster !!!
  32.  
  33. and then two shitty commands
  34.  
  35. Shand Version
  36. Shand Stage$
  37.  
  38. The extension uses slot 22 but mail me and I may change it to whatever.
  39. Check the aminet/dev/amos/ for this extension...later...
  40. Maybe I mail the .Lib file soon, to the Mailing List.
  41.  
  42. A Problem: How to return a string from a routine (and change it's length) 
  43. from it, the string is in the extension
  44.  
  45. dc.w TheLength
  46. dc.b "TheString",0
  47. even
  48.  
  49. Hope that all peoples understanding my bad english (I'm swedish)...
  50.  
  51. /Timo Engman
  52.  
  53.  
  54.